Can Redux have multiple stores?
I'm wondering if it's possible to have multiple stores in Redux. I know Redux is a state management library for JavaScript apps, but I'm not sure if it allows for multiple stores or if it's designed to work with a single store.